home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / PCB-HAY.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  47 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, PC Board 15.22, Class 1 fax modems   07-14-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. If you are using a US Robotics modem, please see "PCB-USR.TXT" instead.
  8. If you are using a Class 2 fax modem, please see "PCB1522.TXT" instead.
  9.  
  10. Please make sure the following two items are true before proceeding...
  11. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  12. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  13.  
  14. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  15.  
  16. Run PCBSETUP.EXE and make the following changes in the modem section...
  17. (Do not use PCBMODEM.)
  18.  
  19. Make the following changes...
  20.  
  21. Init-1      ATHZ
  22. Init-2      AT+FCLASS=1^M~~AT+FAE=1
  23. Offhook     ATH1M0
  24. Answer      ATA
  25. Dialout     AT+FCLASS=0;DT
  26.  
  27. If your BOARD.BAT file (or, whatever the file is that starts up your BBS),
  28. after the PCB.EXE line...
  29.  
  30.   pcb.exe
  31.   if errorlevel 7 rcvfax.bat
  32.  
  33. (If you have any other "if errorlevel" lines in your BOARD.BAT, remember
  34. that errorlevel numbers must be in DESCENDING order: 9,8,7,6,5, etc.)
  35.  
  36. Make a new file called RCVFAX.BAT that says the following:
  37.   @echo off
  38.   bgfax /fhay:713_555_1212 c:\bgfax 1 z
  39.   board.bat
  40.  
  41. The "1" is for COM1.  The "713_555_1212" will be replaced by your BBS tele-
  42. phone number.  (Use underscores in place of spaces or dashes.)  If this
  43. fails to work, try using a /FAX: parameter instead of a /FHAY: parameter.
  44.  
  45. Regards,
  46. bgfax author
  47.